Quals & Field & Type & Description \\
\hline
$\mathit{RO}_\mathit{run}$ & {\tt uuid} & string & unique identifier/object reference \\
-$\mathit{RO}_\mathit{ins}$ & {\tt type} & driver\_type & the style of driver \\
$\mathit{RO}_\mathit{ins}$ & {\tt VM} & VM ref & the virtual machine \\
$\mathit{RO}_\mathit{ins}$ & {\tt backend} & VM ref & the domain where the backend is located \\
+$\mathit{RO}_\mathit{ins}$ & {\tt driver} & driver\_type & the style of driver \\
$\mathit{RO}_\mathit{ins}$ & {\tt instance} & int & the instance number the virtual TPM represents \\
\hline
\end{longtable}
\vspace{0.3cm}
\vspace{0.3cm}
\vspace{0.3cm}
-\subsubsection{RPC name:~get\_type}
+\subsubsection{RPC name:~get\_VM}
{\bf Overview:}
-get accessor message derived from field type of object VTPM
+get accessor message derived from field VM of object VTPM
\noindent {\bf Signature:}
-\begin{verbatim} (driver_type) get_type (session_id s, VTPM ref self)\end{verbatim}
+\begin{verbatim} (VM ref) get_VM (session_id s, VTPM ref self)\end{verbatim}
\noindent{\bf Arguments:}
\noindent {\bf Return Type:}
{\tt
-driver\_type
+VM ref
}
\vspace{0.3cm}
\vspace{0.3cm}
\vspace{0.3cm}
-\subsubsection{RPC name:~get\_VM}
+\subsubsection{RPC name:~get\_backend}
{\bf Overview:}
-get accessor message derived from field VM of object VTPM
+get accessor message derived from field backend of object VTPM
\noindent {\bf Signature:}
-\begin{verbatim} (VM ref) get_VM (session_id s, VTPM ref self)\end{verbatim}
+\begin{verbatim} (VM ref) get_backend (session_id s, VTPM ref self)\end{verbatim}
\noindent{\bf Arguments:}
\vspace{0.3cm}
\vspace{0.3cm}
\vspace{0.3cm}
-\subsubsection{RPC name:~get\_backend}
+\subsubsection{RPC name:~get\_driver}
{\bf Overview:}
-get accessor message derived from field backend of object VTPM
+get accessor message derived from field driver of object VTPM
\noindent {\bf Signature:}
-\begin{verbatim} int get_backend (session_id s, VTPM ref self)\end{verbatim}
+\begin{verbatim} (driver_type) get_driver (session_id s, VTPM ref self)\end{verbatim}
\noindent{\bf Arguments:}
\noindent {\bf Return Type:}
{\tt
-int
+driver\_type
}